Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.core.filebuffers.ISynchronizationContext

Packages that use ISynchronizationContext
org.eclipse.core.filebuffers   
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
 

Uses of ISynchronizationContext in org.eclipse.core.filebuffers
 

Methods in org.eclipse.core.filebuffers with parameters of type ISynchronizationContext
 void IFileBufferManager.setSynchronizationContext(ISynchronizationContext context)
          Sets the synchronization context for this file buffer manager, i.e., for all file buffers this manager manages.
 

Uses of ISynchronizationContext in org.eclipse.ui.editors.text
 

Classes in org.eclipse.ui.editors.text that implement ISynchronizationContext
 class UISynchronizationContext
          Synchronization context for file buffers whose documents are shown in the UI.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.